home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_qt.idb / usr / freeware / catman / p_man / cat3 / qlnode.Z / qlnode
Encoding:
Text File  |  1998-10-28  |  2.4 KB  |  67 lines

  1.  
  2.  
  3.  
  4.      QQQQLLLLNNNNooooddddeeee((((3333qqqqtttt))))    TTTTrrrroooollllllll TTTTeeeecccchhhh AAAASSSS ((((9999 JJJJuuuullllyyyy 1111999999998888))))       QQQQLLLLNNNNooooddddeeee((((3333qqqqtttt))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.       QLNode - Internal class for the QList    template collection
  10.  
  11.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.       #include <qglist.h>
  13.  
  14.     PPPPuuuubbbblllliiiicccc MMMMeeeemmmmbbbbeeeerrrrssss
  15.       GGGGCCCCIIII ggggeeeettttDDDDaaaattttaaaa (((())))
  16.  
  17.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  18.       The QLNode class is an internal class    for the    QList template
  19.       collection.
  20.  
  21.       QLNode is a doubly linked list node; it has three pointers:
  22.  
  23.       1    Pointer to the previous node.
  24.  
  25.       2    Pointer to the next node.
  26.  
  27.       3    Pointer to the actual data.
  28.  
  29.       Sometimes it might be    practical to have direct access    to the
  30.       list nodes in    a QList, but it    is seldom required.
  31.  
  32.       WWWWaaaarrrrnnnniiiinnnngggg:::: Be very careful if you want to access the list
  33.       nodes. The heap can easily get corrupted if you make a
  34.       mistake.
  35.  
  36.       See also: QList::currentNode(), QList::removeNode() and
  37.       QList::takeNode().
  38.  
  39.      MMMMEEEEMMMMBBBBEEEERRRR FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNN DDDDOOOOCCCCUUUUMMMMEEEENNNNTTTTAAAATTTTIIIIOOOONNNN
  40.      GGGGCCCCIIII QQQQLLLLNNNNooooddddeeee::::::::ggggeeeettttDDDDaaaattttaaaa (((())))
  41.       Returns a pointer (void*) to the actual data in the list
  42.       node.
  43.  
  44.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  45.       hhhhttttttttpppp::::////////wwwwwwwwwwww....ttttrrrroooollllllll....nnnnoooo////qqqqtttt////qqqqllllnnnnooooddddeeee....hhhhttttmmmmllll
  46.  
  47.      CCCCOOOOPPPPYYYYRRRRIIIIGGGGHHHHTTTT
  48.       Copyright 1992-1997 Troll Tech AS.  See the LICENSE file
  49.       included in the distribution for a complete license
  50.       statement.
  51.  
  52.      AAAAUUUUTTTTHHHHOOOORRRR
  53.       Generated automatically from the source code.
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 9/22/98)
  64.  
  65.  
  66.  
  67.